atspi: Implement Selection for list views
authorMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 12:35:06 +0000 (08:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 12:35:06 +0000 (08:35 -0400)
commit8737692b2b30854f7d68387a74fd4f7551677dcc
tree635db30bad193bd78aa1fe0c4c4c635daa4e05ce
parentc7bf33a3de13788c00431abb5ab0c801504ea921
atspi: Implement Selection for list views

This implementation works for both GtkListView and
GtkGridView, and by extension, also for GtkColumnView
and GtkDropDown, since those just use a list view
internally.
gtk/a11y/gtkatspiselection.c